GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddEllipseToPath Method





In This Topic
AddEllipseToPath Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function AddEllipseToPath( _
   ByVal CenterX As Single, _
   ByVal CenterY As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) As GdPictureStatus
public GdPictureStatus AddEllipseToPath( 
   float CenterX,
   float CenterY,
   float Width,
   float Height
)
public function AddEllipseToPath( 
    CenterX: Single;
    CenterY: Single;
    Width: Single;
    Height: Single
): GdPictureStatus; 
public function AddEllipseToPath( 
   CenterX : float,
   CenterY : float,
   Width : float,
   Height : float
) : GdPictureStatus;
public: GdPictureStatus AddEllipseToPath( 
   float CenterX,
   float CenterY,
   float Width,
   float Height
) 
public:
GdPictureStatus AddEllipseToPath( 
   float CenterX,
   float CenterY,
   float Width,
   float Height
) 

Parameters

CenterX
CenterY
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members